+2003-09-10 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtksocket.c (gtk_socket_filter_func): Only remove
+ PropertyNotify events from the stream if they have been handled,
+ in order to enable extending the plug<->socket communication via
+ properties.
+
Wed Sep 10 01:06:44 2003 Kristian Rietveld <kris@gtk.org>
Big TreeView DnD fixage, makes drops on empty models work, makes
+2003-09-10 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtksocket.c (gtk_socket_filter_func): Only remove
+ PropertyNotify events from the stream if they have been handled,
+ in order to enable extending the plug<->socket communication via
+ properties.
+
Wed Sep 10 01:06:44 2003 Kristian Rietveld <kris@gtk.org>
Big TreeView DnD fixage, makes drops on empty models work, makes
+2003-09-10 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtksocket.c (gtk_socket_filter_func): Only remove
+ PropertyNotify events from the stream if they have been handled,
+ in order to enable extending the plug<->socket communication via
+ properties.
+
Wed Sep 10 01:06:44 2003 Kristian Rietveld <kris@gtk.org>
Big TreeView DnD fixage, makes drops on empty models work, makes
+2003-09-10 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtksocket.c (gtk_socket_filter_func): Only remove
+ PropertyNotify events from the stream if they have been handled,
+ in order to enable extending the plug<->socket communication via
+ properties.
+
Wed Sep 10 01:06:44 2003 Kristian Rietveld <kris@gtk.org>
Big TreeView DnD fixage, makes drops on empty models work, makes
+2003-09-10 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtksocket.c (gtk_socket_filter_func): Only remove
+ PropertyNotify events from the stream if they have been handled,
+ in order to enable extending the plug<->socket communication via
+ properties.
+
Wed Sep 10 01:06:44 2003 Kristian Rietveld <kris@gtk.org>
Big TreeView DnD fixage, makes drops on empty models work, makes
{
socket->have_size = FALSE;
gtk_widget_queue_resize (widget);
+ return_val = GDK_FILTER_REMOVE;
}
else if ((xevent->xproperty.atom == gdk_x11_get_xatom_by_name_for_display (display, "XdndAware")) ||
(xevent->xproperty.atom == gdk_x11_get_xatom_by_name_for_display (display, "_MOTIF_DRAG_RECEIVER_INFO")))
gdk_display_sync (display);
gdk_error_trap_pop ();
+ return_val = GDK_FILTER_REMOVE;
}
else if (xevent->xproperty.atom == gdk_x11_get_xatom_by_name_for_display (display, "_XEMBED_INFO"))
{
}
}
}
+ return_val = GDK_FILTER_REMOVE;
}
-
- return_val = GDK_FILTER_REMOVE;
}
break;
case ReparentNotify: